Efficient Run-time Monitoring Using Shadow Processing
نویسندگان
چکیده
Efficient Run-time Monitoring Using Shadow Processing Harish Patil* and Charles Fischer University of Wisconsin —Madison** Abstract General purpose multiprocessors are becoming increasingly common. We propose using pairs of processors, one running an ordinary application program and the other monitoring the application’s execution. We call the processor doing the monitoring a “shadow processor,” as it “shadows” the main processor’s execution. We have developed a prototype shadow processing system which supports full-size programs written in C. Our system instruments an executable user program in C to obtain a “main process” and a “shadow process.” The main process performs computations from the original program, occasionally communicating a few key values to the shadow process. The shadow process follows the main process, checking pointer and array accesses and detecting memory leaks. The overhead to the main process is very low — almost always less than 10%. Further, since the shadow process avoids repeating some of the computations from the input program, it runs much faster than a single process performing both the computation and monitoring. Sometimes the shadow process can even run ahead of the main process catching errors before they actually occur. Our system has found a number of errors (15 so far) in widelyused Unix utilities and SPEC92 benchmarks. It also detected many subtle memory leaks in various test cases. We believe our approach shows great potential in improving the quality and reliability of application programs at a very modest cost.
منابع مشابه
Low-Cost, Concurrent Checking of Pointer and Array Accesses in C Programs
Execution Shadow processing was motivated, in part, by a tool called AE that supports abstract execution [17]. AE is used for efficient generation of detailed program traces. A source program, in C, is instrumented to record a small set of key events during execution. After execution these events serve as input to an abstract version of the original program that can recreate a full trace of the...
متن کاملA shadow handler in traffic monitoring system
A typical shadow-eliminating algorithm is presented in this paper. Algorithms for vehicle detection, edge detection and shadow detection are also given. If the shadow is not separated from the vehicle, the next traffic control processes, like vehicle classification, tracking and speed calculation, will be rather difficult. Our approach for shadow processing runs in real time in low-cost hardwar...
متن کاملReducing Run-time for Moving Object Detection in Background Buffering Approach
An efficient moving object Segmentation is useful for real time content based video surveillance and Object Tracking. Commonly a foreground is extracted using a mixture of Gaussian followed by shadow and noise removal to initialise the Object Trackers. This technique uses a kernel mask to make the system more efficient by decreasing the search area and the number of iterations to converge in th...
متن کاملA multi-scale convolutional neural network for automatic cloud and cloud shadow detection from Gaofen-1 images
The reconstruction of the information contaminated by cloud and cloud shadow is an important step in pre-processing of high-resolution satellite images. The cloud and cloud shadow automatic segmentation could be the first step in the process of reconstructing the information contaminated by cloud and cloud shadow. This stage is a remarkable challenge due to the relatively inefficient performanc...
متن کاملAn Efficient Method for Dynamic Shadow Texture Generation
We propose a novel shadow texture generation method with linear processing time using a shadow depth buffer (SZ-Buffer). We also present a method that achieves further speedup using temporal coherence. If the transition between dynamic and static state is not frequent, depth values of static objects does not vary significantly. So we can reuse the depth value for static objects and render only ...
متن کامل